Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Frontend/bugfix #18

Open
wants to merge 3 commits into
base: react
Choose a base branch
from
Open

Conversation

mosnamarco
Copy link

Fixed Bug#2

Context: Rewrote Global Methods so it would react properly to dynamic desktop window size change.

@p32929
Copy link
Owner

p32929 commented Sep 20, 2023

@mosnamarco
Copy link
Author

Yes Bug #2

@mosnamarco
Copy link
Author

The bug was due to poor container sizing.

If you just calculate the height and width of the box, it will resize with the browser window. You might think that it is a good feature, but keep in mind that the bug is caused by the inspector box.

To mitigate this, instead of statically calculating the height and width of the grid container, we put a dynamic margin there.

@p32929
Copy link
Owner

p32929 commented Sep 21, 2023

@mosnamarco
Copy link
Author

Yes, it fixed the second bug the BUGS.md Mentioned

It fixed this: https://github.com/p32929/p32929.github.io/blob/react/BUGS.md#bug2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants